@charset "UTF-8";

html {
  font-size: 14px;
}

body {
  font-family: Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
  color: #555;
  line-height: 1.5714;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:before,
a:after,
#goTop,
.container,
.lm,
span,
.title,
img,
li,
.tab,
i {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.justify,
.inner,
img,
input,
textarea,
select,
button,
table,
label,
.center,
.searchForm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}

.justify:after {
  content: '';
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.justify .line {
  display: inline-block;
  height: 0px;
  overflow: hidden;
}

.justify>* {
  text-align: left;
  font-size: 14px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.box.justify {
  text-align: justify;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
table,
textarea,
ul {
  margin: 0;
  padding: 0;
}

area:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

a img,
abbr,
acronym,
fieldset,
img,
legend {
  border: 0 none;
}

figure,
li,
ol,
ul {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline;
  font-weight: 400;
  font-size: 100%;
}

q:after,
q:before {
  content: '';
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button {
  overflow: visible;
}

pre,
textarea {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

a[href],
label[for],
select {
  cursor: pointer;
}

a,
div,
input,
span,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  background: #ddd;
  font-weight: 700;
}

table td,
th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #555;
}

*:before,
*:after {
  text-align: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="text"],
input[type="password"],
textarea {
  text-align: left;
  background: transparent;
}

input[type="text"]:focus,
input[type="text"].focusOn,
input[type="password"]:focus,
input[type="password"].focusOn,
textarea:focus,
textarea.focusOn {
  background: #fff;
}

input,
textarea,
select,
button,
label {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.center {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1602px;
}

@media screen and (max-width: 1366px) {
  .center {
    width: 88%;
  }
}

@media screen and (max-width: 1300px) {
  .center {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

i {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

a[href^="mailto:"],
a[href^="tel:"] {
  display: inline-block;
}

table {
  line-height: 1.5;
  width: 100%;
}

table.table-left td,
table.table-left th {
  text-align: left;
}

.addthis_sharing_toolbox {
  white-space: nowrap;
}

/*图片不超出容器居中*/
.ij1 {
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

/*图片高度百分百,宽度自适应，铺满容器居中*/
.ij2 {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
}

/*图片铺满容器居中*/
.ij3 {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

/*翻页*/
.turnPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
}

.turnPage a {
  width: 50%;
  background: #000;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 0 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.turnPage a:hover .ij3 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.turnPage a:hover i:after {
  width: 40px;
}

.turnPage .pre {
  text-align: left;
}

.turnPage .pre i {
  right: 100%;
  margin-right: 10px;
}

.turnPage .pre i:before {
  content: "\e625";
  right: 100%;
  margin-right: -6px;
}

.turnPage .next {
  text-align: right;
}

.turnPage .next i {
  left: 100%;
  margin-left: 10px;
}

.turnPage .next i:before {
  content: "\e628";
  left: 100%;
  margin-left: -6px;
}

.turnPage .ij3 {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.turnPage .textW {
  position: relative;
  width: 100%;
}

.turnPage .name {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

.turnPage .tit {
  display: block;
  font-size: 24px;
  text-transform: capitalize;
  margin-top: 20px;
}

.turnPage i {
  position: absolute;
  top: 11px;
}

.turnPage i:before {
  content: "";
  font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  position: absolute;
  top: -11px;
  font-size: 16px;
}

.turnPage i:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  display: inline-block;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}

@media screen and (max-width: 875px) {
  .turnPage a {
    padding: 0 60px;
  }

  .turnPage .name {
    font-size: 14px;
  }

  .turnPage .tit {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .turnPage a {
    width: 100%;
    min-height: 300px;
  }
}

.searchForm {
  position: relative;
  max-width: 100%;
}

.searchForm .search {
  width: 100%;
  border: 0px none;
}

.searchForm .searchBtn {
  border: 0px none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

#goTop {
  position: fixed;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  display: none;
  cursor: pointer;
  z-index: 999;
  border-radius: 5px;
}

#goTop:hover {
  opacity: 0.7;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

object[id^="tq_as"] {
  overflow: hidden;
  margin: 0;
  height: 0 !important;
}

#div_ser table td,
#div_ser table th {
  border: 0px none;
}

[data-animation] {
  visibility: hidden;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

#goTop:before {
  font-family: iconfont;
  content: "\e62a";
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.title {
  line-height: 1.2;
}

#header {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

#header:hover {
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: .3s all;
}

#header .flexW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#nav {
  font-size: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  margin-right: 40px;
}

#nav>li {
  display: inline-block;
  /* position: relative; */
  margin-right: 40px;
}

#nav>li:last-child {
  margin-right: 0;
}

#nav>li>h2>a {
  display: block;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
  padding: 40px 0;
}

/* #header:hover #nav>li>h2 a {
  color: #333;

} */

#nav>li>h2>a::before {
  opacity: 0;
  content: "▼";
  position: absolute;
  top: 17%;
  left: 40%;
  font-size: 14px;
  transition: all 0.3s;
}

#nav>li>h2>a:hover::before {
  opacity: 1;
}

#nav>.active >h2 .on::before {
  opacity: 1;
}

#nav>li.hasUl>a {
  padding-right: 15px;
}

#nav>li.hasUl>a:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

#nav>li:hover>ul {
  top: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

#nav>li>ul {
  display: block;
  width: 240px;
  position: absolute;
  left: -10px;
  z-index: 999;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 150%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  padding: 10px 0;
  border-radius: 10px;
}

#nav>li>ul:before {
  content: "";
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 30px;
  bottom: 100%;
}

#nav>li>ul>li {
  line-height: 1.2;
  position: relative;
}

#nav>li>ul>li:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}

#nav>li>ul>li>a {
  display: block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  position: relative;
  padding: 15px 10px 7px 25px;
  transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
}

#nav>li>ul ul {
  top: 10px;
  left: 100%;
}

#nav>li>ul ul:before {
  display: none;
}

#nav>li:hover .proDrop {
  top: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

#nav>li>.navigation {
  display: none;
}

#nav>li:nth-child(1) .navigation {
  display: none !important;
}

#nav>li:nth-child(4) .navigation {
  display: none !important;
}

#nav>li:nth-child(9) .navigation {
  display: none !important;
}

#nav>li:hover .navigation {
  top: 100%;
  transition: .5s all;
}

#nav>li>.navigation {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  top: -10%;
  filter: alpha(opacity=0);
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  padding: 10px 0;
}

#nav .navigation .flexL {
  font-size: 18px;
}

#nav .navigation .flexL ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

#nav .navigation .flexL ul li>h2>a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
  padding-bottom: 8%;
  margin: 0 40px;
}

#nav .navigation .flexL ul li>h2>a:before {
  content: "";
  height: 2px;
  background: #004fa2;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
}

#nav .navigation .flexL ul li:hover>h2>a:before,
#nav .navigation .flexL ul li.active>h2>a:before {
  left: 0;
  right: 0;
}

#nav .navigation .flexL ul li a {
  color: #fff;
}




#nav .proDrop {
  width: 940px;
  background: #fff;
  padding: 40px 40px 75px;
  position: absolute;
  top: 110%;
  left: -275px;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}

#nav .proDrop .leftW {
  width: 17.44186%;
  text-align: center;
}

#nav .proDrop .leftW .tit {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
  font-weight: bold;
}

#nav .proDrop .leftW .btn {
  background: #01d306;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 15px;
}

#nav .proDrop .leftW .btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#nav .proDrop .lineW {
  width: 1px;
  background: #CDCDCD;
  height: 188px;
}

#nav .proDrop .rightW {
  width: 71.51163%;
}

#nav .proDrop .rightW .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#nav .proDrop .rightW a {
  color: #333;
  display: inline-block;
  position: relative;
  padding-right: 27px;
}

#nav .proDrop .rightW a:after {
  content: "\e8f9";
  font-family: iconfont;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 20px;
  position: absolute;
  top: -2px;
  right: 0;
}

#nav .proDrop .rightW li {
  margin-top: 28px;
}

#nav .proDrop .rightW li:hover a,
#nav .proDrop .rightW li.active a {
  color: #01d306;
}

#nav .proDrop .rightW li:hover a:after,
#nav .proDrop .rightW li.active a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #01d306;
}

.seaBtn {
  width: 35px;
  height: 50px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.seaBtn:before {
  font-size: 24px;
  content: "\e61f";
  font-family: iconfont, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}


.seaBtn.selected:before {
  content: "\e903";
  font-size: 30px;
}

.searchWrap {
  display: none;
}

.searchWrap #searchForm {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.searchWrap .searchCont {
  width: 100%;
  max-width: 900px;
  border-bottom: 2px solid #004fa2;
  position: relative;
  margin: 0 auto;
}

.searchWrap form {
  display: block;
  width: 100%;
}

.searchWrap input {
  border: 0;
  width: 100%;
  padding: 10px 100px 10px 20px;
  font-size: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.searchWrap input.focusOn,
.searchWrap input:focus {
  background: none;
}

.searchWrap input.focusOn+label,
.searchWrap input:focus+label {
  display: none;
}

.searchWrap label {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 30px;
  text-transform: capitalize;
  color: #757575;
  line-height: 30px;
  height: 30px;
  margin-top: -15px;
}

.searchWrap button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: 0;
}

.searchWrap button:before {
  content: "";
  font-family: iconfont, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 1000px) {
  .seaBtn {
    color: #fff;
    font-size: 30px;
  }
  #nav>li>.navigation{
    display: block!important;
    position: sticky;
    background: none;
  }
  #nav .navigation .flexL ul{
    flex-direction: column;
  }
  .searchWrap #searchForm {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .searchWrap input {
    font-size: 16px;
    padding: 5px 50px 5px 10px;
  }

  .searchWrap label {
    font-size: 16px;
    left: 10px;
  }

  .searchWrap button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0;
  }

  .searchWrap button:before {
    font-size: 30px;
  }
}

#logo .mLogo {
  display: none;
}

.lang {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  position: relative;
  display: none;
}

.lang a {
  color: #fff;
}

.lang .en {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.lang::after {
  content: "▼";
  font-size: 10px;
  cursor: pointer;
}

.line {
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #fff;
  vertical-align: middle;
  opacity: 0.5;
  margin: 0 10px;
}

.mHeader {
  display: none;
}

.mLang {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  margin-right: 10px;
}

#menuBtn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 101;
}

#menuBtn span {
  background: #fff;
  border-radius: 3px;
  height: 3px;
  position: absolute;
  right: 0;
}

#menuBtn span:nth-child(1) {
  top: 0;
  left: 0;
}

#menuBtn span:nth-child(2) {
  top: 10px;
  left: 6px;
}

#menuBtn span:nth-child(3) {
  top: 21px;
  left: 11px;
}

#menuBtn.active span:nth-child(1) {
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -moz-transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}

#menuBtn.active span:nth-child(2) {
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
}

#menuBtn.active span:nth-child(3) {
  left: 0;
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}

@media screen and (max-width: 1000px) {
  .mHeader {
    display: block;
  }

  .lang {
    display: none;
  }

  #logo .mLogo {
    display: block;
  }

  #logo .pcLogo {
    display: none;
  }

  #header .flexW {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1500px) {
  #nav>li>h2>a {
    font-size: 16px;
  }

  #nav>li {
    margin-right: 20px;
  }

  #nav {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .lang {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #header .rightW {
    width: auto;
  }

  .headerTop {
    display: none;
  }

  .headerMid>div {
    width: auto;
  }

  .topRig {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .line {
    display: none;
  }

  #header {
    text-align: center;
    padding: 0;
    position: fixed;
    background: #004fa2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 5px 0;
  }

  #header .headerMid {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .headerMidRigx .pubBtn {
    display: none;
  }

  #logo {
    padding: 0;
    margin-right: 0;
    border-right: 0;
  }

  #header .headerBot .center {
    text-align: center;
  }

  .headerTop .headerTopRig {
    text-align: center;
  }

  .headerTop .shareWrap {
    margin-left: 0;
  }

  #header.insideHeader .insideNav {
    width: 240px;
    top: 53px;
    right: 10px;
  }

  #header.insideHeader .insideNav>li>a {
    padding: 15px 10px;
  }

  #nav>li>a:after {
    display: none;
  }

  #logo span {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  #nav {
    width: 80%;
    position: fixed;
    float: none;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: 0;
    background: #004fa2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
    transform: translate3d(110%, 0, 0);
    -ms-transform: translate3d(110%, 0, 0);
    -moz-transform: translate3d(110%, 0, 0);
    -webkit-transform: translate3d(110%, 0, 0);
    -o-transform: translate3d(110%, 0, 0);
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    overflow-y: auto;
    padding-bottom: 60px;
    max-width: 400px;
  }

  #nav.toLeft {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }

  #nav>li {
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1;
    padding: 0;
    font-size: 14px;
    margin-bottom: 1px;
  }

  #nav>li>h2>a {
    padding: 15px 30px 15px 20px;
    display: block;
    color: #fff;
    font-size: 16px;
    border-right: 0;
  }

  #nav>li>h2>a:before {
    display: none;
  }

  #nav>li.hasUl>span {
    display: block;
  }

  #nav>li>span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 1px;
    right: 0;
    color: #000;
    display: none;
    font-size: 16px;
    z-index: 3;
  }

  #nav>li>span:before {
    content: "";
    font-family: iconfont, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
  }

  #nav>li:last-child {
    border-bottom: 0;
  }

  #nav>li:hover>h2>a:before {
    display: none;
  }

  #nav>li:before {
    display: none;
  }

  #nav>li.selected2>h2>a {
    color: white;
    background: #01d306;
  }

  #nav>li.selected2>span {
    color: #fff;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  #nav>li ul {
    display: none;
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 0;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    border-top: 0;
    box-shadow: none;
    background: none;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
  }

  #nav>li ul>li {
    border-bottom: 0;
  }

  #nav>li ul>li>a {
    color: #000;
    padding: 10px 10px 10px 30px;
  }

  #nav>li ul>li>a:before {
    display: none;
  }

  #nav>li ul ul {
    display: block;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #nav>li ul ul a {
    padding-left: 60px;
    font-size: 13px;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #nav>li ul ul li:hover>a,
  #nav>li ul ul li.active>a {
    padding-left: 60px;
  }

  #nav>li.proLi {
    position: relative;
  }

  #nav>li .proDrop {
    background: none;
    position: static;
    box-shadow: none;
  }

  #nav>li .proDrop .tit {
    color: #000;
    font-size: 12px;
  }

  #nav>li .proDrop .box {
    width: 24%;
    margin-bottom: 20px;
  }

  #logo,
  .headerMidRig {
    width: auto;
    margin-top: 0;
  }

  .seaBtn {
    position: static;
  }

  #logo {
    max-height: 40px;
    max-width: 80px;
  }

  #header .headerMid .center {
    position: relative;
  }
}

.footerTop {
  background: #fff;
  padding-top: 3.125%;
  padding-bottom: 3.64583%;
}

.footerTop .logo {
  box-sizing: border-box;
  padding-left: 7.63889%;
}

.footerTop .footer-content {
  display: flex;
}

.footerTop .footer-content .left {
  flex: 43.05556%;
  box-sizing: border-box;
  padding-left: 7.63889%;
}

.footerTop .footer-content .left>div {
  position: relative;
}

.footerTop .footer-content .left>div ul {
  position: absolute;
  display: none;
  width: 97.5%;
  clear: both;
  border: 1px solid #004fa2;
  z-index: 10;
  max-height: 90px;
  overflow-y: auto;
}

.footerTop .footer-content .left>div ul a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  opacity: 0.9;
  font-size: 14px;
  transition: all .3s;
  box-sizing: border-box;
  color: #004fa2;
}

.footerTop .footer-content .left>div ul a:hover {
  background: #004fa2;
  color: #fff;
}

.footerTop .footer-content .left h2 {
  display: block;
  font-size: 18px;
  color: #333;
  margin: 3.90625% 0 3.90625%;
}

.footerTop .footer-content .left p {
  margin: 3.125% 0;
}

.footerTop .footer-content .left .link {
  cursor: pointer;
  display: -webkit-inline-box;
  border: 1px solid #004fa2;
  color: #004fa2;
  padding: 5px 10px 5px;
  margin-top: 1.5625%;
}

.footerTop .footer-content .left .link img {
  vertical-align: middle;
  padding-left: 5px;
}

.footerTop .footer-content .right {
  flex: 56.94444%;
  display: flex;
}

.footerTop .footer-content .right .contact {
  flex: 69.5122%;
}

.footerTop .footer-content .right .contact h2 {
  display: block;
  font-size: 18px;
  color: #333;
}

.footerTop .footer-content .right .contact p {
  margin: 4.38596% 0;
}

.footerTop .footer-content .right .contact p:last-child {
  margin-bottom: 5.26316%;
}

.footerTop .footer-content .right .contact h3 {
  display: block;
  color: #333;
  font-size: 30px;
  margin-bottom: 3.50877%;
}

.footerTop .footer-content .right .contact .icon {
  position: relative;
  width: 26.31579%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*down-box*/
}

/*微信弹窗*/

.footerTop .footer-content .right .contact .icon .popup-wrap3.down-box3 {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 2px 2px #ccc;
  bottom: 170%;
  left: -30%;
  border-radius: 6px;
}

.footerTop .footer-content .right .contact .icon .down-box3 .popup-con {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.footerTop .footer-content .right .contact .icon .down-box3 .popup-con img {
  vertical-align: middle;
}

.footerTop .footer-content .right .contact .icon .down-box3 .popup-con:before {
  width: 10px;
  height: 10px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 20%;
  margin-left: -5px;
  transform: rotate(45deg);
  box-shadow: 0 1px 2px 2px #ccc;
}

.footerTop .footer-content .right .contact .icon .down-box3 .popup-con:after {
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 6px;
  display: block;
}

/*微博弹窗*/
.footerTop .footer-content .right .contact .icon .popup-wrap2.down-box2 {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 2px 2px #ccc;
  bottom: 170%;
  left: 0%;
  border-radius: 6px;
}

.footerTop .footer-content .right .contact .icon .down-box2 .popup-con {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.footerTop .footer-content .right .contact .icon .down-box2 .popup-con img {
  vertical-align: middle;
}

.footerTop .footer-content .right .contact .icon .down-box2 .popup-con:before {
  width: 10px;
  height: 10px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 30%;
  margin-left: -5px;
  transform: rotate(45deg);
  box-shadow: 0 1px 2px 2px #ccc;
}

.footerTop .footer-content .right .contact .icon .down-box2 .popup-con:after {
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 6px;
  display: block;
}

/*邮箱弹窗*/
.footerTop .footer-content .right .contact .icon .popup-wrap.down-box {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 2px 2px #ccc;
  bottom: 170%;
  left: 30%;
  border-radius: 6px;
}

.footerTop .footer-content .right .contact .icon .down-box .popup-con {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.footerTop .footer-content .right .contact .icon .down-box .popup-con img {
  vertical-align: middle;
}

.footerTop .footer-content .right .contact .icon .down-box .popup-con:before {
  width: 10px;
  height: 10px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 30%;
  margin-left: -5px;
  transform: rotate(45deg);
  box-shadow: 0 1px 2px 2px #ccc;
}

.footerTop .footer-content .right .contact .icon .down-box .popup-con:after {
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 6px;
  display: block;
}

.footerTop .footer-content .right .code {
  flex: 30.4878%;
}

.footerTop .footer-content .right .code h2 {
  display: block;
  font-size: 18px;
  color: #333;
}

.footerTop .footer-content .right .code img {
  margin-top: 10%;
  width: 120px;
  border:4px solid #014FA2
}


.footerBot {
  background: #004fa2;
  padding: 1.30208% 0;
  color: #fff;
}

.footerBot .flexW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footerBot a {
  color: #fff;
}

.footerBot a:hover {
  color: #01d306;
}

.footerBot .leftW li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 25px;
}

.footerBot .leftW li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .footerTop .footerLink {
    display: none;
  }
}

@media screen and (max-width: 875px) {
  .footerTop .footerPro {
    display: none;
  }

  .footerBot {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .footerTop .flexW {
    flex-wrap: wrap;
  }

  .footerTop .flexW .item {
    width: 100%;
  }

  .footerTop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footerTop .title {
    margin-bottom: 20px;
  }

  .footerTop .footerContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
  }

  .footerTop .footerContact .title {
    display: none;
  }

  .footerTop .ewmW {
    margin-top: 0;
    width: 100px;
    margin-left: 30px;
  }

  .footerTop .msg {
    width: 0;
    flex-grow: 1;
  }

  .footerTop .ewmW img {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .footerTop .msg li {
    margin-top: 20px;
  }
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.on-center {
  margin-left: auto;
  margin-right: auto;
}

.public-title {
  color: #333;
  border-left: 5px solid #004fa2;
  padding-left: 1.38889%;
}

.public-title .title {
  font-size: 34px;
  font-weight: 600;
  color: #333;
}

.public-title .subtitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}

.more a img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

.more a span {
  font-size: 18px;
}

.main .homebanner {
  position: relative;
}

.main .homebanner .swiper {
  --swiper-theme-color: #f8f8f8;
}

.main .homebanner .swiper .swiper-pagination-bullets {
  bottom: 21%;
}

.main .homebanner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 1px;
}

.main .homebanner .banner-bottom {
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.main .homebanner .banner-bottom .icon-list {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.main .homebanner .banner-bottom .icon-list .item {
  flex: 1;
  display: flex;
  align-items: center;
}

.main .homebanner .banner-bottom .icon-list .item img {
  height: 78px;
  flex-shrink: 0;
  max-height: 100%;
}

.main .homebanner .banner-bottom .icon-list .item .text {
  padding-left: 6.94444%;
  width: 60%;
}

.main .homebanner .banner-bottom .icon-list .item .text h2 {
  font-size: 18px;
}

.main .homebanner .banner-bottom .icon-list .item .text p {
  font-size: 14px;
  line-height: 2;
}

.main .homebanner img {
  max-width: 100%;
}

.main .homebanner .txt {
  position: absolute;
  top: 30%;
  color: #fff;
  width: 100%;
}

.main .homebanner .txt .subtitle {
  font-size: 24px;
}

.main .homebanner .txt .title {
  font-size: 48px;
  padding-top: 1.38889%;
  padding-bottom: 3.47222%;
}

.main .homebanner .txt a {
  display: inline-block;
  color: #fff;
  background: #004fa2;
  padding: 1.38889% 2.77778%;
  font-size: 24px;
  border-radius: 7px;
}

.main .homebanner .txt a img {
  vertical-align: middle;
  padding-left: 10px;
}

.main .part01 {
  position: relative;
  margin-top: 3.125%;
}

.main .part01 .swiper-button-prev:after {
  display: none;
}

.main .part01 .swiper-button-next:after {
  display: none;
}

.main .part01 .swiper-button-prev {
  top: 40%;
  left: -6%;
  width: 50px;
  height: 50px;
  background: url("../images/nav_left.png") no-repeat center;
  bottom: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

.main .part01 .swiper-button-prev:hover {
  border: 1px solid #004fa2;
  background: url("../images/nav_left_active.png") no-repeat center;
}

.main .part01 .swiper-button-next {
  top: 40%;
  right: -6%;
  width: 50px;
  height: 50px;
  background: url("../images/nav_right.png") no-repeat center;
  bottom: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  outline: none;
}

.main .part01 .swiper-button-next:hover {
  border: 1px solid #004fa2;
  background: url("../images/nav_right_avtive.png") no-repeat center;
}

.main .part01 .tab-bot {
  display: flex;
}

.main .part01 .tab-bot .in-more {
  display: inline-block;
  float: right;
  padding-top: 3%;
  z-index: 10;
  /* padding-left: 4%; */
}

.main .part01 .tab-bot .in-more a {
  display: block;
  width: 130px;
  height: 130px;
}

.main .part01 .tab-bot .in-more a .img {
  width: 100%;
  height: 100%;
  display: inline;
}

.main .part01 .tab-bot .in-more p {
  text-align: center;
  padding-top: 10px;
}

.main .part01 .product-list {
  padding-bottom: 4.86111%;
}

.main .part01 .product-list .swiper .swiper-slide .product {
  display: flex;
}

.main .part01 .product-list .swiper .swiper-slide .product .left {
  flex: 41.66667%;
}

.main .part01 .product-list .swiper .swiper-slide .product .left h2 {
  display: block;
  font-size: 28px;
  padding-top: 8.33333%;
  line-height: 1;
}

.main .part01 .product-list .swiper .swiper-slide .product .left h3 {
  display: block;
  line-height: 1;
  padding-top: 5%;
  padding-bottom: 3.33333%;
  font-size: 22px;
  color: #004fa2;
}

.main .part01 .product-list .swiper .swiper-slide .product .left a {
  display: inline-block;
  padding: 2.5% 3.33333%;
  background: #004fa2;
  -webkit-border-radius: 100px;
  color: #fff;
  margin-top: 3.33333%;
}

.main .part01 .product-list .swiper .swiper-slide .product .left a img {
  vertical-align: middle;
  padding-left: 10px;
}

.main .part01 .product-list .swiper .swiper-slide .product .right {
  text-align: center;
  flex: 58.33333%;
  max-height: 450px;
}

.main .part01 .product-list .swiper .swiper-slide .product .right img {
  height: 100%;
}

.main .part01 .product-list .swiper-thumbs {
  width: 90%;
}

.main .part01 .product-list .swiper-thumbs .swiper-wrapper {
  padding-top: 4.16667%;
}

.main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide {
  text-align: center;
}

.main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide p {
  padding-top: 10px;
  width: 130px;
  color: #333;
}

.main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active .img {
  box-sizing: border-box;
  border: 1px solid #004fa2;
}

.main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide .img {
  height: 130px;
  width: 130px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
}

.main .part02 {
  width: 100%;
  height: 900px;
  background: url(../images/homebackground01.jpg) no-repeat center top;
  background-size: 1920px 900px;
}

.main .part02>.title {
  padding-top: 3.125%;
  display: flex;
  justify-content: space-between;
}

.main .part02>.title .more {
  float: right;
}

.main .part02>.title .more a {
  color: #fff;
}

.main .part02>.title .more a img {
  width: 20px;
  height: 20px;
}

.main .part02>.content {
  display: flex;
  justify-content: space-between;
}

.main .part02>.content>.left {
  width: 43.05556%;
  background: #fff;
  margin-top: 4.16667%;
  margin-bottom: 4.16667%;
}

.main .part02>.content>.left .new-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.main .part02>.content>.left .new-list li {
  display: flex;
  padding-top: 4.83871%;
  padding-bottom: 4.83871%;
  cursor: pointer;
}

.main .part02>.content>.left .new-list li .left {
  box-sizing: border-box;
  width: 30.64516%;
  padding-right: 2.41935%;
  padding-left: 5.64516%;
  display: block;
  overflow: hidden;
  max-height: 94px;
}

.main .part02>.content>.left .new-list li .left img {
  width: 100%;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.main .part02>.content>.left .new-list li:hover .left img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.main .part02>.content>.left .new-list li .right {
  width: 69.35484%;
  padding-right: 6.45161%;
}

.main .part02>.content>.left .new-list li .right h3 {
  font-size: 18px;
  line-height: 2.3;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .part02>.content>.left .new-list li:hover .right h3 {
  color: #004fa2;
}

.main .part02>.content>.left .new-list li .right>a {
  width: 75%;
  display: inline-grid;
}

.main .part02>.content>.left .new-list li .right p {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .part02>.content>.right {
  background: #fff;
  width: 52.77778%;
  margin-top: 4.16667%;
  margin-bottom: 4.16667%;
  cursor: pointer;
}

.main .part02>.content>.right a {
  display: block;
  overflow: hidden;
}

.main .part02>.content>.right img {
  width: 100%;
  padding: 5.26316%;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  max-height: 486px;
}

.main .part02>.content>.right:hover img{
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.main .part02>.content>.right .text {
  padding: 0 5.26316% 10.52632%;
}

.main .part02>.content>.right .text .data {
  width: 8.82353%;
  float: left;
  text-align: center;
}

.main .part02>.content>.right .text .data .month {
  color: #333333;
  font-size: 16px;
}

.main .part02>.content>.right .text .data .year {
  color: #666;
  font-size: 14px;
}

.main .part02>.content>.right .text .news {
  width: 85.29412%;
  float: left;
  border-left: 1px solid #dadada;
  padding-left: 2.94118%;
}

.main .part02>.content>.right .text .news .title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.main .part02>.content>.right:hover .text .news .title {
  color: #004fa2;
}

.main .part02>.content>.right .text .news .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}

.main .part03 {
  padding-bottom: 3.64583%;
}

.newstab {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  font-size: 18px;
  margin-right: 2.08%;
  border-right: 1px solid #b8b8b8;
}

.newstab p {
  margin-right: 3%;
  cursor: pointer;
  color: #333333;
}

.newstab p:hover {
  color: #004fa2;
}

.newstab .news-on {
  color: #004fa2;
}

.main .part03>.title {
  padding-top: 3.125%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .part03 .content {
  display: flex;
}

.main .part03 .content .left {
  width: 47.22222%;
  box-sizing: border-box;
  padding-right: 4.16667%;
  margin-top: 3.47222%;
  cursor: pointer;
}
.main .part03 .content .left .content>div{
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main .part03 .content .left .title a {
  display: inline-grid;
  width: 77.41935%;
}

.main .part03 .content .left .title a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.main .part03 .content .left:hover .title a h3 {
  color: #004fa2;
}

.main .part03 .content .left .title span {
  width: 22.58065%;
  text-align: center;
  float: right;
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  line-height: 1.3;
}

.main .part03 .content .left .content>p {
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 4.83871%;
  margin-bottom: 3.22581%;
  font-size: 16px;
  color: #666;
}
.main .part03 .content .left .img{
  max-height: 200px;
  overflow: hidden;

}
.main .part03 .content .right {
  width: 52.77778%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-around;
  padding-left: 2.08333%;
  padding-right: 2.08333%;
}
.main .part03 .content .right .news{
  cursor: pointer;
}

.main .part03 .content .right .news .title a {
  width: 80%;
  display: inline-flex;
}

.main .part03 .content .right .news .title a h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .part03 .content .right .news .title span {
  float: right;
  font-size: 14px;
  color: #999;
}

.main .part03 .content .right .news .title::before {
  content: "●";
  margin-right: 15px;
}

.main .part03 .content .right .news:hover .title a h3,
.main .part03 .content .right .news .title:hover::before {
  color: #004fa2;
}

.main .part03 .content .right .news .content {
  padding-top: 2.63158%;
  font-size: 16px;
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}

@media screen and (max-width: 1560px) {
  .w1440 {
    width: 1200px;
  }

  .main .part02>.content>.left .new-list li .right a {
    width: 250px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main .part02>.content>.left .new-list li .right span {
    float: right;
    margin-top: 3%;
  }

  .main .part02 {
    background-size: auto 800px;
    height: 800px;
  }

  .main .part01 .tab-bot .in-more p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .w1440 {
    width: 90%;
  }
}

@media screen and (max-width: 1360px) {
  .main .homebanner .txt .title {
    font-size: 36px;
  }

  .main .homebanner .txt a {
    font-size: 18px;
  }

  .main .homebanner .txt .subtitle {
    font-size: 22px;
  }

  .main .homebanner .banner-bottom .icon-list .item .text h2 {
    font-size: 16px;
  }

  .main .homebanner .banner-bottom .icon-list .item .text p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .footerBot ul {
    display: none;
  }

  .footerBot .flexW {
    justify-content: center;
  }

  .main .part01 .tab-bot .in-more {
    padding-top: 1.6%;
    padding-left: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .main .homebanner .banner-bottom {
    display: none;
  }

  .main .homebanner .swiper .swiper-pagination-bullets {
    bottom: 2%;
  }

  .main .part02>.content>.left .new-list li .right a {
    width: 72%;
  }

  .main .part01 .tab-bot .in-more {
    padding-top: 1.1%;
  }

  .public-title .title {
    font-size: 24px;
  }

  .public-title .subtitle {
    font-size: 16px;
  }

  .main .part01 .product-list .swiper .swiper-slide .product .left h2 {
    font-size: 20px;
  }

  .main .part01 .product-list .swiper .swiper-slide .product .left h3 {
    font-size: 20px;
  }

  .main .part02 {
    height: 630px;
  }

  .main .part02>.content>.right .text .news {
    width: 75%;
  }

  .main .part02>.content>.right .text .data {
    width: 15%;
  }

  .main .part02>.content>.left .new-list li {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .main .part03 .content .right .news .title {
    display: flex;
  }

  .main .part03 .content .right .news .title h3 {
    display: block;
  }

  .main .part03 .content .right .news .title a {
    width: 80%;
  }

  .main .part03 .content .left .title span {
    width: 30%;
  }

  .main .part03 .content .left .title a {
    width: 70%;
  }

  .main .part02>.content>.left .new-list li .left {
    width: 40%;
  }

  .main .part02>.content>.left .new-list li .right {
    width: 60%;
  }

  .main .part02>.content>.right .text {
    padding: 1% 5.26316% 10.52632%;
  }

  .main .part02>.content>.left .new-list li .right a {
    width: 69%;
  }

  .main .part02>.content>.left .new-list li .right a h3 {
    font-size: 16px;
  }

  #logo .mLogo {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .main .news-content .content .left .tab-img {
    display: flex;
    flex-direction: column;
  }

  .main .news-content .content .left .tab-img .img {
    text-align: center;
    float: none;
    width: 1;
  }

  #nav>li>h2>a {
    font-size: 18px;
  }

  .main .part03 .content .right .news .title a h3 {
    font-size: 16px;
  }

  .main .part03 .content .left .title a h3 {
    font-size: 18px;
  }

  .main .part03 .content .left .title {
    margin-top: 8.3%;
  }

  .main .part01 .swiper-button-next,
  .main .part01 .swiper-button-prev {
    display: none;
    outline: none;
  }

  .main .part01 .product-list .swiper .swiper-slide .product {
    flex-direction: column;
  }

  .main .part01 .product-list .swiper .swiper-slide .product .right img {
    display: none;
  }

  .main .part02>.content {
    flex-direction: column;
  }

  .main .part02>.content>.left {
    width: 100%;
  }

  .main .part02>.content>.right {
    display: none;
  }

  .main .part02 {
    height: 1050px;
    background-size: auto 1050px;
  }

  .main .part03 .content {
    flex-direction: column;
  }

  .main .part03 .content .right {
    padding-top: 8%;
    width: 100%;
  }

  .main .part03 .content .left {
    width: 100%;
    cursor: pointer;
  }

  .main .part03 .img {
    text-align: center;
  }

  #footer {
    padding-top: 5%;
  }

  .main .part03 .content .right .news {
    padding-top: 10%;
  }

  .footerTop .footer-content .left {
    display: none;
  }

  .footerTop .logo {
    margin-bottom: 2%;
  }

  .footerTop .logo {
    display: none;
  }
}

/* 中型设备（台式电脑，992px 起） */
/* 小型设备（平板电脑，768px 起） */
@media screen and (max-width: 826px) {
  .main .part02 {
    height: 900px;
    background-size: auto 900px;
  }

  .main .part02>.content>.left .new-list li .left {
    width: 35%;
    max-height: 69px;
  }
}

@media screen and (max-width: 770px) {
  .newstab {
    display: none;
  }

  .footerTop .footer-content .right .contact .icon>img {
    margin-right: 33%;
  }

  .public-title {
    margin-top: 8%;
  }

  .more {
    padding-top: 8%;
  }

  .main .homebanner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .main .homebanner .txt .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 426px) {
  .main .part02 {
    height: 920px;
    background-size: auto 920px;
  }

  .footerTop .footer-content .right .contact h3 {
    font-size: 24px;
  }

  .main .homebanner .txt .title {
    font-size: 22px;
  }

  .main .homebanner .txt a {
    font-size: 16px;
  }

  .main .homebanner .txt .subtitle {
    font-size: 18px;
  }

  .main .part01 .product-list {
    padding-bottom: 10%;
  }

  .main .part02>.content>.right {
    display: block;
    width: 100%;
  }

  .main .part02>.content>.right .text .news .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main .part02>.content>.right .text {
    padding: 1% 5.26316% 16.52632%;
  }

  .main .part02>.content>.left .new-list li .right a {
    width: 58%;
  }

  .main .part02>.content>.left .new-list li .right h3 {
    line-height: 2;
  }

  .main .part03 .content .right .news .title a {
    width: 65%;
  }
}

@media screen and (max-width: 380px) {
  .main .homebanner .txt .title {
    font-size: 18px;
  }

  .main .homebanner .txt .subtitle {
    font-size: 16px;
  }

  .main .homebanner .txt a {
    font-size: 14px;
  }

  .main .homebanner .txt {
    padding-top: 5%;
  }

  .main .homebanner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .main .part01 .product-list .swiper-thumbs .swiper-wrapper {
    padding-top: 15%;
  }

  .main .part01 .tab-bot .in-more {
    padding-top: 9.5%;
  }

  .footerTop .footer-content .right {
    flex-direction: column;
  }

  .footerTop .footer-content .right .code {
    text-align: center;
    padding-top: 10%;
  }

  .footerTop .footer-content .right .code img {
    margin-top: 4%;
  }

  .main .part03 .content .left {
    margin-top: 8%;
  }

  .main .part02>.content>.right .text .data {
    width: 20%;
  }

  .main .part02>.content>.right .text .news {
    width: 70%;
  }

  .main .part02 {
    height: 890px;
    background-size: auto 890px;
  }

  .main .part02>.content>.left .new-list li .right span {
    font-size: 12px;
  }

  .main .part02>.content>.left .new-list li .right a h3 {
    font-size: 14px;
  }

  .main .part02>.content>.left .new-list li .right p {
    font-size: 14px;
  }

  .main .part02>.content>.left .new-list li {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 331px) {
  .main .part03 .content .right .news .title::before {
    margin-right: 5px;
  }

  .public-title .title {
    font-size: 20px;
  }

  .public-title .subtitle {
    font-size: 14px;
  }

  .main .part03 .content .left .title a h3 {
    font-size: 18px;
  }

  .main .part03 .content .left .title span {
    font-size: 12px;
  }

  .main .part02>.content>.left .new-list li {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .main .part02>.content>.left .new-list li .right {
    width: 56%;
  }

  .main .part02>.content>.left .new-list li .right a {
    width: 63%;
  }

  .main .part02>.content>.left .new-list li .left {
    width: 38%;
  }

  .main .part02>.content>.right .text {
    padding: 1% 5.26316% 19.52632%;
  }

  .main .part02 {
    height: 750px;
    background-size: auto 750px;
  }
}

body {
  background: #f8f8f8;
}

#footer {
  background: #fff;
}

.main .page-banner {
  position: relative;
  z-index: -1;
}

.main .page-banner img {
  max-width: 100%;
}

.main .page-banner .top-title {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.main .page-banner .top-title .white-bg {
  display: inline-block;
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  padding-left: 2.08333%;
  padding-top: 2.08333%;
  padding-bottom: 2.08333%;
  padding-right: 24.30556%;
}

.main .page-banner .top-title h3 {
  color: #004fa2;
  font-size: 36px;
}

.main .page-banner .top-title p {
  color: #666;
  font-size: 18px;
  text-transform: uppercase;
}

.main .bg {
  background: #fff;
}

.main .BreadcrumbNav .nav {
  /* padding-top: 2.08333%;
  padding-bottom: 2.08333%; */
  height: 80px;
  line-height: 80px;
  float: left;
  font-size: 16px;
  color: #333;
}
.main .BreadcrumbNav .nav img{
  vertical-align: middle !important;
}
.main .BreadcrumbNav .nav :last-child {
  display: none;
}

.main .BreadcrumbNav .menu2 {
  width: 62.5%;
  float: right;
}

.main .BreadcrumbNav .menu2 ul {
  display: flex;
  justify-content: space-between;
}

.main .BreadcrumbNav .menu2 .active {
  background: #004fa2;
  color: #fff;
}

.main .BreadcrumbNav .menu2 a {
  width: 100%;
  display: block;
  text-align: center;
}

.main .BreadcrumbNav .menu2 li {
  width: 100%;
  padding-top: 16.66667%;
  padding-bottom: 16.66667%;
  font-size: 18px;
  cursor: pointer;
}

.main .BreadcrumbNav .menu2 li:hover {
  background: #004fa2;
  color: #fff;
}

.main .BreadcrumbNav .menu {
  width: 68%;
  float: right;
}

.main .BreadcrumbNav .menu .active{
  background: #004fa2;
  color: #fff;
}
.main .BreadcrumbNav .menu .active a{
  color: #fff;
}
.main .BreadcrumbNav .menu ul{
  display: flex;
  justify-content: flex-end;
}
.main .BreadcrumbNav .menu li {
  float: right;
  /* padding-top: 4.16667%;
  padding-bottom: 4.16667%; */
  font-size: 18px;
  cursor: pointer;
  padding-left: 4%;
  padding-right: 4%;
  height: 80px;
  line-height: 80px;
}

.main .BreadcrumbNav .menu li:hover {
  background: #004fa2;
}

.main .BreadcrumbNav .menu li:hover a {
  color: #fff;
}

.main .BreadcrumbNav .menu li a {
  display: block;
}

.main .main-body {
  background: #f8f8f8;
  padding-top: 3.125%;
  padding-bottom: 3.125%;
}

.main .main-body .card {
  background: #fff;
}

.main .main-body .card img {
  float: left;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.main .main-body .card .text {
  padding-left: 54.86111%;
  padding-top: 2.08333%;
  padding-right: 4.16667%;
}

.main .main-body .card .text h3 {
  font-size: 24px;
  display: block;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.main .main-body .card .text h4 {
  font-size: 14px;
  display: block;
  color: #898989;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 1.38889%;
}

.main .main-body .card .text h2 {
  font-size: 16px;
  color: #333;
  padding-right: 1.38889%;
  margin-bottom: 2.77778%;
  display: block;
  text-align: center;
}

.main .main-body .card .text span {
  font-size: 72px;
  color: #004fa2;
  line-height: 0.8;
  padding-top: 10%;
}

.main .main-body .card .text p {
  padding-top: 3.38983%;
  font-size: 16px;
  color: #666666;
  text-indent: 2rem;
}

.main .profile {
  background: #f8f8f8;
  padding-top: 3.125%;
}

.main .profile .title {
  text-align: center;
}

.main .profile .title h2 {
  font-size: 24px;
  color: #333;
}

.main .profile .title p {
  font-size: 16px;
  color: #666;
  padding-top: 0.52083%;
  padding-bottom: 1.82292%;
}

.main .profile .content .card {
  background: #fff;
  margin-bottom: 4.16667%;
}

.main .profile .content .card .number {
  padding-left: 11.11111%;
  padding-right: 11.80556%;
  padding-top: 3.47222%;
  padding-bottom: 2.77778%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .profile .content .card .number .line {
  width: 1px;
  height: 50px;
  background: #cccccc;
}

.main .profile .content .card .number .txt {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.main .profile .content .card .number .txt h3 {
  font-size: 48px;
  color: #004ea2;
  font-weight: 600;
}

.main .profile .content .text {
  padding-bottom: 1.38889%;
}

.main .profile .content .text p {
  font-size: 16px;
  color: #666;
  text-indent: 2rem;
  padding-bottom: 2.77778%;
}

.main .profile .content .imgs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6.94444%;
}

.main .profile .content .imgs img {
  width: 30.55556%;
}

.main .profile .content .imgs img {
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.main .profile .content .imgs img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.main .profile .card_list {
  display: flex;
  flex-wrap: wrap;
}

.main .profile .card_list .card {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  width: 31.94444%;
  margin-right: 2.08333%;
  padding-left: 2.77778%;
  padding-right: 3.125%;
  margin-bottom: 2.08333%;
}

.main .profile .card_list .card::after {
  content: " ";
  width: 0%;
  height: 3px;
  background: #004fa2;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  bottom: -1%;
  left: 0;
}

.main .profile .card_list .card:hover h3 {
  color: #004fa2;
}

.main .profile .card_list .card:hover::after {
  width: 100%;
}

.main .profile .card_list .card span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 130px;
  line-height: 1;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 13.04348%;
  background-image: linear-gradient(180deg, #e3f1ff, rgba(231, 231, 255, 0), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(-90deg, #e3f1ff, rgba(231, 231, 255, 0.1), rgba(255, 255, 255, 0));
}

.main .profile .card_list .card h3 {
  display: block;
  font-size: 20px;
  color: #333;
  padding-top: 17.3913%;
  padding-bottom: 6.52174%;
  font-family: '苹方';
}

.main .profile .card_list .card p {
  font-size: 18px;
  color: #666;
  padding-bottom: 38.96104%;
}

.main .profile .card_list .card img {
  position: absolute;
  bottom: 10.86957%;
}

.main .profile .card_list .card:nth-child(3n) {
  margin-right: 0;
}

.main .diagram {
  text-align: center;
  background: #f8f8f8;
  padding-top: 4.16667%;
  padding-bottom: 5.20833%;
}

.main .diagram img {
  width: 100%;
}

.main .diagram .tit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main .diagram .tit ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.642857%;
  writing-mode: tb;
  font-size: 20px;
  background: #0b59ac;
  color: #fff;
  padding: 4.4444% 2.08333%;
  box-sizing: border-box;
  letter-spacing: 8px;

}

.main .news-bg {
  background: #f8f8f8;
}

.main .news-bg .list {
  padding-top: 3.125%;
  padding-bottom: 1.5625%;
}

.main .news-bg .list .news {
  background: #fff;
  margin-bottom: 2.08333%;
}

.main .news-bg .list .news .img {
  float: left;
  position: relative;
  width: 18.05556%;
  margin-left: 2.77778%;
  margin-right: 2.77778%;
  margin-top: 2.43056%;
  margin-bottom: 1.66667%;
  display: block;
  overflow: hidden;
  height: 190px;
}

.main .news-bg .list .news .img img {
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.main .news-bg .list .news .img:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);

}

.main .news-bg .list .news .img:hover .date {
  background: #004fa2;
}

.main .news-bg .list .news .img .date {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 5.76923% 3.84615%;
  transition: all 0.3s;
}

.main .news-bg .list .news .txt h3 {
  display: block;
  padding-top: 4.16667%;
  padding-bottom: 2.08333%;
  font-size: 24px;
  color: #272636;
}

.main .news-bg .list .news .txt h3:hover {
  color: #004fa2;
}

.main .news-bg .list .news .txt p {
  font-size: 16px;
  color: #6d7081;
  padding-right: 4.86111%;
}

.main .news-bg .page-to {
  padding-bottom: 5.55556%;
}

.main .news-bg .page-to .pagination {
  width: 11.97917%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .news-bg .page-to .pagination a {
  border: 1px solid #d8d8d8;
  padding: 3.26087% 4.56522%;
  font-size: 14px;
  background: #fff;
  line-height: 1;
}

.main .news-bg .page-to .pagination a:hover {
  background: #004fa2;
  border: 1px solid #004fa2;
  color: #fff;
}

.main .news-content {
  z-index: 10;
}

.main .news-content .content {
  background: #fff;
  margin-top: -4.16667%;
  margin-bottom: 5.55556%;
}

.main .news-content .content .left {
  float: left;
  box-sizing: border-box;
  width: 72.22222%;
  padding-left: 8.33333%;
  padding-right: 4.51389%;
}

.main .news-content .content .left .title1 {
  padding-top: 5.84795%;
  padding-bottom: 2.33918%;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eaf0f3;
  margin-bottom: 4.09357%;
}

.main .news-content .content .left .title1>h3 {
  font-weight: 600;
}

.main .news-content .content .left .title1 .back {
  float: right;
  text-align: center;
  display: inline-block;
  background: #004fa2;
  margin-left: 1.75439%;
  font-size: 14px;
  color: #fff;
  width: 16.37427%;
  vertical-align: middle;
  padding-top: 1.16959%;
  padding-bottom: 1.16959%;
  border-radius: 50px;
}

.main .news-content .content .left .title1 .back img {
  margin-left: 10px;
}

.main .news-content .content .left .tab-img {
  padding-bottom: 4.67836%;
}

.main .news-content .content .left .tab-img .img {
  float: left;
  width: 39.18129%;
}

.main .news-content .content .left .tab-img .img img {
  transition: all 0.3s;
  max-height: 350px;
}

.main .news-content .content .left .tab-img .txt {
  padding-left: 43.27485%;
}

.main .news-content .content .left .tab-img .txt h3 {
  font-size: 18px;
  color: #333;
  padding-bottom: 1.16959%;
  display: block;
}

.main .news-content .content .left .tab-img .txt p {
  text-indent: 0;
  margin-bottom: 2%;
}

.main .news-content .content .left .tab-img .txt .img-list img {
  width: 29.89691%;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 5.15464%;
}

.main .news-content .content .left .tab-img .txt .img-list img:last-child {
  margin-right: 0;
}

.main .news-content .content .left .tab-img .txt .img-list .img-on {
  outline: #004fa2 solid 1px;
}

.main .news-content .content .left p {
  font-size: 16px;
  color: #666;
  text-indent: 2rem;
  margin-bottom: 4.67836%;
}

.main .news-content .content .left>h3 {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 1.16959%;
}

.main .news-content .content .left .page-to {
  padding-top: 7.01754%;
  padding-bottom: 7.01754%;
}

.main .news-content .content .left .page-to a {
  display: block;
  padding-bottom: 2.33918%;
  font-size: 16px;
  color: #666;
}

.main .news-content .content .left .page-to a:hover {
  color: #004fa2;
}

.main .news-content .content .left .page-to a:hover span {
  color: #004fa2;
}

.main .news-content .content  #content{
  width: 100%!important;
}
  .main .news-content .content #content #cnt_dtl{
  width: 100%!important;
  margin: 0!important;
}

.main .news-content .content .right {
  box-sizing: border-box;
  width: 27.77778%;
  padding-right: 8.33333%;
  float: right;
}

.main .news-content .content .right>img {
  margin-top: 12.5%;
}

.main .news-content .content .right .title1 {
  padding-top: 17.85714%;
  padding-bottom: 7.14286%;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eaf0f3;
  line-height: 2.1;
}

.main .news-content .content .right .title1 h3 {
  font-weight: 600;
}

.main .news-content .content .right .list {
  padding-top: 3.57143%;
}

.main .news-content .content .right .list .news {
  padding-top: 7.14286%;
  padding-bottom: 7.14286%;
  border-bottom: 1px dashed #eaedf2;
}

.main .news-content .content .right .list .news h3 {
  font-size: 16px;
  color: #333;
  display: block;
  padding-bottom: 2.5%;
}

.main .news-content .content .right .list .news h3:hover {
  color: #004fa2;
}

.main .news-content .content .right .list .news span {
  font-size: 16px;
  color: #666;
}

.main .news-content .content .right .side .product {
  padding-top: 7.14286%;
  padding-bottom: 7.14286%;
  border-bottom: 1px dashed #eaedf2;
  text-align: center;
}

.main .news-content .content .right .side .product p {
  font-size: 16px;
  color: #272636;
  text-align: center;
  margin-top: 7.14286%;
}
.main .list h4{
  text-align: left;
  display: block;
  margin-top: 5%;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.main .honor-list .flexx {
  display: flex;
  flex-wrap: wrap;

}
.main .honor-list .card {
  float: left;
  box-sizing: border-box;
  width: 30.55556%;
  padding: 1.38889%;
  background: #fff;
  margin-right: 4.16667%;
  margin-top: 1.16667%;
  margin-bottom: 2%;
}

.main .honor-list .card:nth-child(3n) {
  margin-right: 0;
}

.main .honor-list .card p {
  padding-top: 5%;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.main .honor-list .card .img {
  overflow: hidden;
  overflow: hidden;
  max-height: 200px;
  text-align: center;
  min-height: 190px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.main .honor-list .card .img img {
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.main .honor-list .card .img:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.main .page-to {
  padding-bottom: 4.16667%;
  padding-top: 3.125%;
}

.main .page-to .pagination {
  margin: 0 auto;
  width: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .page-to .pagination li a {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  background: #fff;
  transition: all 0s;
}

.main .page-to .pagination li span {
  display: block;
  background: #fff;
  border: 1px solid #d8d8d8;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.main .page-to .pagination li a:hover {
  background: #004fa2;
  /* border: 1px solid #004fa2; */
  color: #fff;
}

.main .tab ul {
  width: 100%;
  margin: 0 auto;
  padding-top: 3.125%;
  padding-bottom: 2.08333%;
}

::-webkit-scrollbar {
  display: none;
}

.main .tab ul li {
  width: 100%;
  transition: all 0s;
}

.main .tab ul a {
  float: left;
  font-size: 18px;
  color: #666;
  padding: 1% 3%;
  background: #fff;
  border-radius: 9999px;
  margin-right: 1.70455%;
}

.main .tab ul li:last-child {
  margin-right: 0;
}

.main .tab ul a:hover {
  background: #004fa2;
  color: #fff;
}

.main .tab ul .select {
  background: #004fa2;
  color: #fff;
}

.main .product-list .card {
  float: left;
  box-sizing: border-box;
  width: 30.55556%;
  padding: 1.38889%;
  background: #fff;
  margin-right: 4.16667%;
  margin-bottom: 4.16667%;
}

.main .product-list .card .img {
  text-align: center;
  position: relative;
}

.main .product-list .card .img>a>img {
  height: 240px;
}

.main .product-list .card .img .open {
  padding-top: 15%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 79, 162, 0.7);
  text-align: center;
  display: none;
}

.main .product-list .card .img .open p {
  color: #fff;
  font-size: 16px;
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.main .product-list .card .img .open img {
  margin-top: 5%;
}


.main .product-list .card:nth-child(3n) {
  margin-right: 0;
}

.main .product-list .card:nth-child(n+7) {
  margin-bottom: 0;
}

.main .product-list .card a>p {
  padding-top: 5%;
  text-align: center;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main .product-list .card .img .open p:nth-child(1) {
  margin-bottom: 5%;
}

@media screen and (max-width:1280px) {
  .main .product-list .card .img .open p:nth-child(2) {
    display: none;
  }
}

.main .article-list {
  margin-top: 1.5625%;
}

.main .article-list .title {
  display: flex;
  justify-content: space-between;
  padding: 2.08333% 0;
  border-bottom: 2px dashed #dbdbdb;
}

.main .article-list .title:hover .text h3 {
  color: #004fa2;
}

.main .article-list .title .text {
  float: left;
  width: 90.27778%;
}

.main .article-list .title .text h3 {
  font-size: 20px;
  color: #333;
  display: block;
  padding-bottom: 1.53846%;
}

.main .article-list .title .text p {
  font-size: 16px;
  color: #b2b2b2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main .article-list .title .date {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
}

.main .article-list .title .date .month {
  font-size: 18px;
  color: #333;
}

.main .article-list .title .date .year {
  font-size: 16px;
  color: #808080;
}

.main .left2 {
  float: left;
  box-sizing: border-box;
  padding-left: 8.33333%;
  padding-right: 4.51389%;
}

.main .left2>h2 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.69444%;
}

.main .left2>p {
  font-size: 16px;
  color: #666;
  margin-bottom: 2.77778%;
  line-height: 1.8;
}

.main .left2>p span {
  display: block;
}

.main .left2 .title1 {
  padding-top: 3.98406%;
  padding-bottom: 1.59363%;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eaf0f3;
  margin-bottom: 2.78884%;
  width: 100%;
}

.main .left2 .title1>h3 {
  font-weight: 600;
}

.main .left2 .title1 .back {
  float: right;
  text-align: center;
  display: inline-block;
  background: #004fa2;
  margin-left: 1.19522%;
  font-size: 14px;
  color: #fff;
  width: 11.15538%;
  vertical-align: middle;
  padding-top: 0.79681%;
  padding-bottom: 0.79681%;
  border-radius: 50px;
}

.main .left2 .title1 .back img {
  margin-left: 10px;
}

.main .left2 .page-to {
  padding-top: 4.78088%;
  padding-bottom: 4.78088%;
}

.main .left2 .page-to a {
  display: block;
  padding-bottom: 1.59363%;
  font-size: 16px;
  color: #666;
}

.main .left2 .page-to a:hover {
  color: #004fa2;
}

.main .left2 .page-to a:hover span {
  color: #004fa2;
}

.main .bg-img {
  position: relative;
  margin-top: 3.125%;
}

.main .bg-img .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.main .bg-img .content>p {
  display: block;
  text-align: center;
  font-size: 14px;
  padding-top: 6.59722%;
  padding-bottom: 4.86111%;
}

.main .bg-img .content .icon-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.main .bg-img .content .icon-list .icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.main .bg-img .content .icon-list .icon .img {
  position: relative;
  width: 90px;
  height: 90px;
  align-items: flex-end;
  padding-bottom: 30px;
}

.main .bg-img .content .icon-list .icon .img img {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.main .bg-img .content .icon-list .icon h4 {
  display: block;
}

.main .bg-img .content .icon-list .icon span {
  display: block;
}

.main .card-list .card {
  box-sizing: border-box;
  width: 48.61111%;
  float: left;
  background: #fff;
  margin-right: 2.77778%;
  margin-top: 2.77778%;
  padding-left: 2.77778%;
  padding-top: 2.08333%;
  padding-bottom: 4.16667%;
  padding-right: 2.77778%;
  min-height: 330px;
}

.main .card-list .card h3 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  display: block;
  margin-bottom: 2.14286%;
}

.main .card-list .card p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.main .card-list .card:nth-child(2n) {
  margin-right: 0;
}

.main .contact {
  padding-top: 3.125%;
}

.main .contact .text {
  text-align: center;
}

.main .contact .text h3 {
  font-size: 24px;
  color: #333;
  display: block;
  padding-bottom: 1.04167%;
}

.main .contact .text p {
  font-size: 16px;
  color: #999;
  padding-bottom: 1.04167%;
}

.main .contact .text span {
  font-size: 14px;
  color: #999;
}

.main .contact .call-lsit {
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding-top: 4.16667%;
  padding-bottom: 6.25%;
}

.main .contact .call-lsit .item {
  text-align: center;
  width: 25%;
}

.main .contact .call-lsit .item img:hover {
  /* transform: scale(1.1); */
  transform: translateY(-20px);
}

.main .contact .call-lsit .item p {
  padding-top: 15px;
  font-size: 18px;
  color: #333;
}

.main .contact .call-lsit .item span {
  font-size: 18px;
  color: #666;
}

.main .contact .map {
  margin-bottom: 4.16667%;
}

.main .contact .map .tab-btn {
  box-sizing: border-box;
  background: #fff;
  width: 28.47222%;
  float: left;
}

.main .contact .map .tab-btn .btn {
  padding-top: 9.7561%;
  padding-left: 4.87805%;
  padding-right: 9.7561%;
  padding-bottom: 15.85366%;
}

.main .contact .map .tab-btn .btn h3 {
  display: block;
  padding-bottom: 8.57143%;
  font-size: 20px;
  font-weight: 600;
  color: #004fa2;
}

.main .contact .map .tab-btn .btn p {
  font-size: 16px;
  color: #444657;
}

.main .contact .map .tab-btn .btn:hover {
  background: #004fa2;
}

.main .contact .map .tab-btn .btn:hover h3 {
  color: #fff;
}

.main .contact .map .tab-btn .btn:hover p {
  color: #fff;
}

.main .contact .map .tab-show {
  float: right;
  width: 69.44444%;
}

.main .contact .map .tab-show .show #mapCont {
  width: 100%;
  height: 750px;
}

.new_tit{
  font-size:18px;
  font-weight:600;
  text-align:center;
  margin-bottom:20px;
}
@media screen and (max-width: 1680px) {
  .main .page-to .pagination {
    width: 10%;
  }

  .main .tab ul {
    width: 90%;
  }
}

@media screen and (max-width: 1560px) {
  .title1 .back {
    padding-left: 1%;
    padding-right: 1%;
  }

  .main .contact .map .tab-show .show #mapCont {
    height: 733px;
  }
}

@media screen and (max-width: 1440px) {
  .main .main-body .card .text h2 {
    font-size: 20px;
  }

  .main .main-body .card .text p {
    font-size: 14px;
  }

  .main .main-body .card .text span {
    font-size: 48px;
  }

  .main .main-body .card .text h3 {
    font-size: 14px;
  }

  .main .BreadcrumbNav .menu li {
    font-size: 16px;
  }

  .main .BreadcrumbNav .menu2 li {
    font-size: 16px;
  }

  .main .page-banner .top-title h3 {
    font-size: 24px;
  }

  .main .page-banner .top-title p {
    font-size: 16px;
  }

  .main .profile .card_list .card p {
    font-size: 16px;
  }

  .main .profile .card_list .card h3 {
    font-size: 18px;
  }

  .main .page-to .pagination {
    width: 13%;
  }
}

@media screen and (max-width: 1366px) {
  .main .tab ul a {
    padding: 1% 3%;
  }

  .main .news-content .content .left .tab-img .img img {
    height: 238px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1280px) {
  .main .main-body .card img {
    height: 500px;
  }

  .main .contact .map .tab-show .show #mapCont {
    height: 714px;
  }

  .main .bg-img .content>p {
    padding-top: 3.59722%;
  }

  .main .bg-img .content .icon-list .icon .img {
    padding-bottom: 20px;
  }

  .main .left2 .title1 .back {
    width: 16.15538%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }

  .main .tab ul li {
    font-size: 16px;
  }

  .main .news-bg .list .news .txt h3 {
    font-size: 20px;
  }

  .main .news-bg .list .news .txt p {
    font-size: 14px;
  }

  .main .profile .title {
    padding: 3.47222% 0;
  }

  .main .page-to .pagination {
    width: 15%;
  }

  .main .news-content .content .left .title1 .back {
    width: 20%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
}

@media screen and (max-width: 1024px) {

  .main .news-bg .list .news .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main .news-bg .list .news .img .date {
    font-size: 16px;
  }

  .main .news-content .content .left .title1 .back {
    width: 24%;
  }

  .main .news-content .content .right .list .news h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main .tab ul {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .main .contact .map .tab-btn {
    width: 100%;
    margin-bottom: 2%;
  }

  .main .contact .map .tab-btn .btn {
    padding-top: 4%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 4%;
  }

  .main .contact .map .tab-show {
    width: 100%;
  }

  .main .contact .map .tab-show .show #mapCont {
    height: 500px;
  }

  .main .contact .map .tab-btn .btn h3 {
    padding-bottom: 1.5%;
  }

  .main .contact .call-lsit {
    flex-wrap: wrap;
  }

  .main .contact .call-lsit .item {
    width: 40%;
    margin-bottom: 10%;
  }

  .main .bg-img .content .icon-list .icon .img {
    padding-bottom: 0px;
    width: 70px;
    height: 70px;
  }

  .main .article-list .title .text p {
    font-size: 14px;
  }

  .main .article-list .title .date .year {
    font-size: 14px;
  }

  .main .article-list .title .date .month {
    font-size: 16px;
  }

  .main .article-list .title .text h3 {
    font-size: 18px;
  }

  .main .left2 .title1 .back {
    width: 19.15538%;
  }

  .main .profile .content .card .number .txt h3 {
    font-size: 36px;
  }

  .main {
    margin-top: 60px;
  }

  .main .profile .card_list .card {
    width: 45%;
  }

  .main .profile .card_list .card {
    margin-right: 2.08333%;
  }

  .main .profile .card_list .card:nth-child(2n) {
    margin-right: 0;
  }

  .main .profile .card_list .card:nth-child(3n) {
    margin-right: 2.08333%;
  }

  .main .news-bg .list .news .img {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main .news-bg .list .news .txt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main .news-bg .list .news .img {
    width: 26%;
  }

  .main .news-bg .list .news .img .date {
    font-size: 14px;
  }

  .main .page-to .pagination {
    width: 20%;
  }

  .main .news-content .content .left {
    width: 100%;
  }

  .main .news-content .content .left .title1 .back {
    width: 19%;
  }

  .main .news-content .content .right>img {
    display: none;
  }

  .main .news-content .content .right {
    width: 100%;
    padding-left: 8.33333%;
    padding-right: 8.51389%;
  }

  .main .news-content .content .left {
    padding-right: 8.51389%;
  }

  .main .news-content .content .right .title1 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .main .news-content .content .right .list .news {
    padding-top: 2.14286%;
    padding-bottom: 2.14286%;
  }

  .main .news-content .content .right .list {
    padding-top: 1%;
  }

  .main .news-content .content .right .side .product {
    padding-top: 2.14286%;
    padding-bottom: 2.14286%;
  }

  .main .news-content .content .right .side .product p {
    margin-top: 2.14286%;
  }

  .main .tab ul {
    width: 90%;
  }

  .main .tab ul .scroll {
    width: 100%;
  }

  .main .product-list .card:nth-child(3n) {
    margin-right: 4.16667%;
  }

  .main .product-list .card:nth-child(2n) {
    margin-right: 0;
  }

  .main .product-list .card {
    width: 47.5%;
  }

  .main .card-list .card {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 826px) {
  .main .BreadcrumbNav .menu2 {
    width: 100%;
    overflow-x: auto;
  }

  .main .BreadcrumbNav .menu2::-webkit-scrollbar {
    display: none;
  }

  .main .BreadcrumbNav .menu2 a {
    width: 140px;
  }

  .main .BreadcrumbNav .menu2 li {
    width: 140px;
  }

  .main .tab ul {
    width: 90%;
  }

  .main .BreadcrumbNav .nav {
    display: none;
  }

  .main .BreadcrumbNav .menu {
    width: 100%;
  }

  .main .news-content .content .left .title1 .back {
    width: 22%;
  }

  .main .contact .call-lsit .item img {
    width: 40%;
  }

  .main .main-body .card img {
    height: 480px;
  }
}

@media screen and (max-width: 770px) {
  .main .bg-img .content .icon-list .icon .img {
    padding-bottom: 10px;
    width: 45px;
    height: 50px;
  }
  .main .honor-list .card .img{
    min-height: 150px;
  }
  .main .article-list .title {
    padding: 5% 0;
  }

  .main .left2 .title1 .back {
    width: 22.15538%;
  }

  .main .tab ul {
    width: 90%;
    overflow-x: auto;
  }

  .main .profile .content .card .number {
    flex-wrap: wrap;
  }

  .main .profile .content .card .number .line:nth-child(2n) {
    display: none;
  }

  .main .profile .content .card .number .txt {
    width: 50%;
    padding-bottom: 5%;
  }

  .main .page-banner .top-title h3 {
    font-size: 18px;
  }

  .main .page-banner .top-title p {
    font-size: 14px;
  }

  .main .profile .card_list .card {
    margin-left: 0;
    margin-bottom: 10%;
    width: 100%;
  }

  .main .news-bg .list .news .txt h3 {
    font-size: 18px;
    padding-top: 3.16667%;
  }

  .main .page-to .pagination {
    width: 30%;
  }

  .main .news-bg .list .news .img {
    width: 30%;
  }

  .main .news-content .content .left .title1 .back {
    width: 35%;
  }

  .main .honor-list .card {
    width: 47.9%;
  }

  .main .honor-list .card:nth-child(3n) {
    margin-right: 4.16667%;
  }

  .main .honor-list .card:nth-child(2n) {
    margin-right: 0;
  }

  .main .product-list .card p {
    font-size: 16px;
  }

  .main .tab ul a {
    margin-bottom: 10px;
  }

  .main .main-body .card img {
    float: none;
    width: 100%;
    height: 300px;
  }

  .main .main-body .card .text {
    padding-left: 4.1%;
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 540px) {
  .main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide .img {
    height: 100px;
    width: 100px;
  }

  .main .part01 .tab-bot .in-more a {
    height: 100px;
    width: 100px;
  }

  .main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide p {
    width: 100px;
  }
}

@media screen and (max-width: 426px) {

  .main .BreadcrumbNav .menu2 li {
    width: 100px;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .main .left2 {
    padding-right: 8%;
  }

  .main .contact .map .tab-btn .btn h3 {
    font-size: 16px;
  }

  .main .contact .map .tab-btn .btn p {
    font-size: 14px;
  }

  .main .contact .call-lsit .item p {
    font-size: 14px;
  }

  .main .contact .call-lsit .item span {
    font-size: 16px;
  }

  .main .article-list {
    margin-top: 2.5%;
  }

  .main .left2 .title1 .back {
    width: 43.15538%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .main .news-content .content .left .title1 .back {
    width: 41%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .main .profile .content .imgs {
    flex-wrap: wrap;
  }

  .main .profile .content .imgs img {
    width: 100%;
    margin-bottom: 10px;
  }

  .main .profile .title h2 {
    font-size: 18px;
  }

  .main .profile .content .card .number {
    padding-top: 3%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .main .diagram {
    padding: 80px 0;
  }
  .main .BreadcrumbNav .menu ul{
    justify-content:flex-start;
  }
  .main .BreadcrumbNav .menu li {
    font-size: 13px;
    height: 56px;
    line-height: 56px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .main .BreadcrumbNav .menu_p li{
    font-size: 12px;
    height: 56px;
    line-height: 56px;
    padding-left: 1%;
    padding-right: 1%;
  }
  
  .main .BreadcrumbNav .menu2 li {
    font-size: 14px;
  }

  .main .page-to .pagination {
    width: 50%;
  }

  .main .news-bg .list .news .txt h3 {
    font-size: 16px;
  }

  .main .news-bg .list .news .img {
    width: 34%;
  }

  .main .honor-list .card {
    width: 100%;
    margin-right: 0;
  }

  .main .product-list .card:nth-child(n+7) {
    margin-bottom: 4.2%;
  }

  .main .product-list .card {
    width: 100%;
    margin-right: 0;
  }

  .main .bg-img {
    height: 230px;
  }

  .main .bg-img>img {
    height: 230px;
  }

  .main .bg-img .content .icon-list .icon {
    font-size: 14px;
  }

  .main .bg-img .content>p {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5%;
  }

  .main .card-list .card {
    padding: 8%;
  }

  .main .card-list .card h3 {
    margin-bottom: 10%;
  }

  .main .card-list .card p {
    padding-bottom: 5px;
  }

  .main .bg-img .content .icon-list .icon {
    width: 30%;
  }
}

@media screen and (max-width: 380px) {
  .main .article-list .title {
    padding: 9% 0;
  }

  .main .left2 .title1 .back img {
    display: none;
  }

  .footerTop .footer-content .right .code img {
    width: 40%;
  }

  .main .news-content .content .left .title1 .back {
    width: 45%;
  }
}

@media screen and (max-width: 321px) {
  .main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide .img {
    height: 70px;
    width: 70px;
  }

  .main .part01 .tab-bot .in-more a {
    height: 70px;
    width: 70px;
  }

  .main .part01 .product-list .swiper-thumbs .swiper-wrapper .swiper-slide p {
    width: 70px;
  }

  .main .page-to .pagination {
    width: 90%;
  }

  .main .homebanner .txt a {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .main .news-content .content .left .tab-img .txt {
    padding-left: 0;
    padding-top: 5%;
  }

  .main .news-content .content .left .tab-img .img {
    text-align: center;
    float: none;
    width: 100%;

  }

  .main .news-content .content .left .tab-img .txt .img-list {
    padding-top: 5%;
  }
}

.main .news-content .content .left .tab-img .txt .img-list {
  padding-top: 2%;
}

@media screen and (max-width:1560px) {
  .main .news-bg .list .news .img {
    height: 160px
  }
}

@media screen and (max-width:1280px) {
  .main .news-bg .list .news .img {
    height: 155px
  }
}

@media screen and (max-width:1024px) {
  .main .news-bg .list .news .img {
    height: 124px
  }
}

@media screen and (max-width:992px) {
  .main .news-bg .list .news .img {
    height: 170px
  }
}

@media screen and (min-width: 300px) {
  .main .news-bg .list .news .img {
    height: 68px
  }
}

@media screen and (min-width: 375px) {
  .main .news-bg .list .news .img {
    height: 85px
  }
}

@media screen and (min-width: 414px) {
  .main .news-bg .list .news .img {
    height: 94px
  }
}

@media screen and (min-width: 540px) {
  .main .news-bg .list .news .img {
    height: 108px
  }
}

@media screen and (min-width: 750px) {
  .main .news-bg .list .news .img {
    height: 150px
  }
}

@media screen and (min-width: 960px) {
  .main .news-bg .list .news .img {
    height: 165px
  }
}

.w1400 {
  max-width: 1400px;
  margin: 0px auto;
}

.inside_content {
  width: 100%;
}

/* news */
/* news_politics */
.page .news .politics {
  margin: 40px auto 111px;
}

.page .news .politics>div>ul.content>li {
  margin-top: 40px;
}

.page .news .politics>div>ul.content>li:hover .right .img>img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
  transform: scale(1.2);
}

.page .news .politics>div>ul.content>li:hover .right .info .title {
  color: #dc220b;
}

.page .news .politics>div>ul.content>li:hover .right .info .line_on {
  width: 100%;
}

.page .news .politics>div>ul.content>li>a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.page .news .politics>div>ul.content>li .left {
  margin: 0 47px 0 36px;
  text-align: center;
}

.page .news .politics>div>ul.content>li .left .day {
  margin-top: 60px;
  font-size: 36px;
  font-weight: bold;
  color: #dc220b;
}

.page .news .politics>div>ul.content>li .left .year {
  font-size: 16px;
  white-space: nowrap;
  color: #dc220b;
}

.page .news .politics>div>ul.content>li .right {
  display: flex;
  width: 100%;
}

.page .news .politics>div>ul.content>li .right .img {
  flex-shrink: 0;
  margin-right: 34px;
  width: 300px;
  height: 200px;
  overflow: hidden;
}

.page .news .politics>div>ul.content>li .right .img>img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.page .news .politics>div>ul.content>li .right .info {
  position: relative;
  margin-right: 50px;
  width: 100%;
}

.page .news .politics>div>ul.content>li .right .info .title {
  margin-top: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1100px;
}

.page .news .politics>div>ul.content>li .right .info .line {
  position: absolute;
  margin: 20px 0 25px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.page .news .politics>div>ul.content>li .right .info .line_on {
  position: absolute;
  margin: 20px 0 25px;
  width: 0;
  height: 1px;
  background: #025db3;
  transition: all .5s;
}

.page .news .politics>div>ul.content>li .right .info .description {
  margin-top: 45px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page .news .politics>div>ul.pagination {
  margin-top: 60px;
  text-align: center;
}

.page .news .politics>div>ul.pagination>li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  background: #fff;

}

.page .news .politics>div>ul.pagination>li.active {
  background: #dc220b;
  border-color: #dc220b;
}

.page .news .politics>div>ul.pagination>li.active>span {
  color: #fff;
}

.page .news .politics>div>ul.pagination>li:hover {
  background: #dc220b;
  border-color: #dc220b;
}

.page .news .politics>div>ul.pagination>li:hover>a,
.page .news .politics>div>ul.pagination>li:hover>span {
  color: #fff;
}

.page .news .politics>div>ul.pagination>li>a,
.page .news .politics>div>ul.pagination>li>span {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  color: #333;
}

/* news_politics_detail */
.page .news .politics_detail {
  margin: 100px auto 120px;
}

.page .news .politics_detail>div {
  padding-bottom: 40px;
  /* border-bottom: 1px dashed #999; */
}

.page .news .politics_detail .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.page .news .politics_detail .otherInfo {
  margin: 25px auto 75px;
  text-align: center;
}

.page .news .politics_detail .otherInfo>p {
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
  color: #999;
}

.page .news .politics_detail>div>p {
  margin-bottom: 40px;
  text-indent: 32px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.page .news .politics_detail>div>p img {
  display: block;
  margin: 0 auto;
  height: initial;
  max-width: 100%;
}

.page .news .politics_detail .yema {
  margin-top: 60px;
  padding-top: 40px;
  text-align: center;
  border-top: 1px dashed #999;
}

.page .news .politics_detail .yema>li {
  display: inline-block;
  margin: 0 50px;
  width: 280px;
  height: 44px;
  line-height: 46px;
  border: 1px solid #999;
  transition: all .3s;
}

.page .news .politics_detail .yema>li:hover {
  border-color: #dc220b;
  background: #dc220b;
}

.page .news .politics_detail .yema>li>a {
  display: block;
  padding: 0 40px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.page .news .politics_detail .yema>li:hover>a {
  color: #fff;
}

@media screen and (max-width: 875px) {
  .main .diagram .tit ul li {
    font-size: 16px;
    width: 7.642857%;
  }
}



@media screen and (max-width: 1024px) {
 
  .page .news .politics {
    margin: 20px auto 40px;
  }

  .page .news .politics>div>ul.content>li {
    margin: 20px auto;
    width: 90%;
  }

  .page .news .politics>div>ul.content>li .left {
    margin: 0 10px 0 0;
  }

  .page .news .politics>div>ul.content>li .left .day {
    margin-top: 15px;
    font-size: 16px;
  }

  .page .news .politics>div>ul.content>li .left .year {
    font-size: 12px;
  }

  .page .news .politics>div>ul.content>li .right {
    /* margin: auto; */
    width: 75%;
  }

  .page .news .politics>div>ul.content>li .right .img {
    margin-right: 10px;
    width: 30%;
    height: 80px;
  }

  .page .news .politics>div>ul.content>li .right .info {
    margin: 0;
    width: 70%;
  }

  .page .news .politics>div>ul.content>li .right .info .title {
    margin: 0;
    font-size: 16px;
  }

  .page .news .politics>div>ul.content>li .right .info .line {
    margin: 10px 0;
  }

  .page .news .politics>div>ul.content>li .right .info .line_on {
    margin: 10px 0;
  }

  .page .news .politics>div>ul.content>li .right .info .description {
    margin-top: 20px;
    line-height: 20px;
  }

  .page .news .politics>div>ul.pagination {
    margin-top: 30px;
  }

  .page .news .politics>div>ul.pagination>li {
    width: 26px;
    margin: 0 5px;
    height: 26px;
  }

  .page .news .politics>div>ul.pagination>li>a,
  .page .news .politics>div>ul.pagination>li>span {
    line-height: 30px;
    font-size: 14px;
  }

  .page .news .politics_detail {
    margin: 20px auto 40px;
  }

  .page .news .politics_detail .title {
    margin: auto;
    width: 90%;
    font-size: 18px;
  }

  .page .news .politics_detail .otherInfo {
    margin: 25px auto 25px;
  }

  .page .news .politics_detail>div>p {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 14px;
  }

  .page .news .politics_detail>div>p>img {
    margin: auto;
    width: 90%;
    height: 90%;
  }

  .page .news .company>div>ul.content>li .right .img {
    margin-top: 10px;
  }

  .page .news .company>div>ul.content>li .info .date {
    margin: 5px 0 5px;
  }

  .page .news .company>div>ul.content>li .right .info .description {
    margin-top: 10px;
  }

  .page .news .company>div>ul.content>li .right .info {
    width: 80%;
  }

  .page .news .regulations>div>ul.content>li {
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
  }

  .page .news .regulations>div>ul.content>li>a {
    margin: auto;
    padding-bottom: 20px;
    width: 90%;
    /* box-shadow: 0 0 10px #ccc; */
  }

  .page .news .regulations>div>ul.content>li>a .info .title {
    font-size: 16px;
  }

  .page .news .regulations>div>ul.content>li>a .more {
    margin: 30px auto 0;
    width: 90%;
  }

  .page .news .notice>div>ul.content>li>a {
    padding-bottom: 20px;
  }

  .page .news .notice>div>ul.content>li .right .info {
    margin-left: 15px;
    width: 100%;
  }

  .page .news .notice>div>ul.content>li .right {
    width: 85%;
  }

  .page .building .topic>div>ul.content>li {
    margin: 0;
    width: 100%;
  }

  .page .building .politics>div>ul.content>li>a {
    margin: 0 auto 20px;
    width: 90%;
  }

  .page .building .dynamic>div>ul.content>li>a {
    margin: 0;
    width: 100%;
  }

  .page .building .dynamic>div>ul.content>li .right {
    width: 80%;
  }

  .zctj_nr {
    width: 100%;
  }

  .container_index .news .right .bd>ul>li>a .time {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .container_index .news .right .bd>ul>li>a .info {
    width: calc(98% - 80px);
  }

  .container_index .asset .container .title {
    margin-left: 0;
  }

  .container_index .asset .img {
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .container_index .asset .img>img {
    width: auto;
  }

  .container_index .news .left .img {
    height: auto;
  }

 
}

@media screen and (max-width: 486px) {
  .page .news .politics>div>ul.content>li .left {
    display: none;
  }

  .page .news .politics>div>ul.content>li {
    margin: 0 0 16px 0;
    width: 100%;
  }

  .page .news .politics>div>ul.content>li .right {
    width: 100%;
    justify-content: space-between;
  }

  .page .news .politics>div>ul.content>li .right .img {
    height: auto;
    margin-right: 0;
  }

  .page .news .politics>div>ul.content>li .right .img>img {
    height: auto;
  }

  .page .news .politics>div>ul.content>li .right .info {
    width: 68%;
  }

  .page .news .politics>div>ul.content>li .right .info .title {
    font-size: 14px;
  }

  .page .news .politics>div>ul.content>li .right .info .line {
    margin: 4px 0;
  }

  .page .news .politics>div>ul.content>li .right .info .description {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
  }

  .page .news .company>div>ul.content>li .info .date {
    font-size: 12px;
    margin: 0;
  }

  .page .news .politics>div>ul.content>li .right .info .description.ims {
    margin-top: 4px;
  }

  .page .news .politics>div>ul.content>li.gsdt {
    padding: 8px 2%;
    box-sizing: border-box;
  }

  .page .news .politics>div>ul.content>li.gsdt .right {
    align-items: center;
  }

  .page .news .politics>div>ul.content>li.gsdt .right .img {
    margin-top: 0;
  }

  .page .news .company>div>ul.content>li .arr {
    display: none;
  }

  .page .news .regulations>div>ul.content>li>a {
    margin: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .page .news .regulations>div>ul.content>li>a .info {
    width: 100%;
    margin-top: 14px;
  }

  .page .news .regulations>div>ul.content>li>a .info .title {
    margin-bottom: 10px;
  }

  .page .news .regulations>div>ul.content>li>a .more {
    width: 100%;
    margin-top: 10px;
  }

  .page .news .regulations>div>ul.content>li {
    padding-bottom: 0;
    height: auto;
    margin-bottom: 26px;
  }

  .page .news .politics>div>ul.content>li.tzgg .right .info {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .page .news .notice>div>ul.content>li.tzgg>a {
    padding-bottom: 14px;
  }
  .w1400 {
    width: 90% !important;
    margin: 0 auto;
}
}

